SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 39006: NAME/LOCATE search sequence in FSEDIT causes Read Access Violation on long column

DetailsAboutRate It

When attempting to use the NAME and LOCATE search sequence in FSEDIT on a column with a length greater than 200 characters, the FSEDIT window might close down with the following error written to the SAS log.

ERROR:  Read Access Violation In Task [ FSEdit Window )
Exception occurred at (5914C260)
Task Traceback
Address   Frame     (DBGHELP API Version 4.0 rev 5)
5914C260  0497E4E0  sasfse:mcn_main+0xB260
59148F46  0497EA84  sasfse:mcn_main+0x7F46
59150AAA  0497F0D4  sasfse:mcn_main+0xFAAA
590E336E  0497FF88  saszfsed:mcn_main+0x236E
01272B1A  0497FFA0  sashost:Main+0xBE8A
01276C38  0497FFB4  sashost:Main+0xFFA8
7C80B713  0497FFEC  kernel32:GetModuleFileNameA+0x1B4
ERROR: Generic critical error.

To circumvent this problem, you can search for the desired information using these alternate search methods.

  • STRING and SEARCH command sequence to perform search similar to NAME and LOCATE such as:
  • STRING NAME; SEARCH 'St'

  • WHERE command to subset data down to records containing search criteria such as:
  • WHERE NAME ? 'St'



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/FSPz/OS9 TS M09.3 TS1M0
Microsoft® Windows® for 64-Bit Itanium-based Systems9 TS M09.3 TS1M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9 TS M09.3 TS1M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9 TS M09.3 TS1M0
Microsoft Windows 2000 Advanced Server9 TS M0
Microsoft Windows 2000 Datacenter Server9 TS M0
Microsoft Windows 2000 Server9 TS M0
Microsoft Windows 2000 Professional9 TS M0
Microsoft Windows NT Workstation9 TS M0
Microsoft Windows Server 2003 Datacenter Edition9 TS M09.3 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9 TS M09.3 TS1M0
Microsoft Windows Server 2003 Standard Edition9 TS M09.3 TS1M0
Microsoft Windows XP Professional9 TS M09.3 TS1M0
64-bit Enabled AIX9 TS M09.3 TS1M0
64-bit Enabled HP-UX9 TS M09.3 TS1M0
64-bit Enabled Solaris9 TS M09.3 TS1M0
HP-UX IPF9 TS M09.3 TS1M0
Linux9 TS M09.3 TS1M0
OpenVMS Alpha9 TS M09.3 TS1M0
Tru64 UNIX9 TS M09.3 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.